From c783c359735a55cace59200a02e11da28f2d481e Mon Sep 17 00:00:00 2001 From: "rac61@labyrinth.cl.cam.ac.uk" Date: Thu, 10 Jul 2003 09:19:05 +0000 Subject: [PATCH] bitkeeper revision 1.327 (3f0d2f89Nt6e8Pm941RkmAsgHZfdzA) fix xenctl script for new command parser layout --- tools/control/xenctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/control/xenctl b/tools/control/xenctl index 17ec375aaf..3516bc2fc8 100755 --- a/tools/control/xenctl +++ b/tools/control/xenctl @@ -7,7 +7,7 @@ if [ -z "$IFCONFIG" ] ; then IFCONFIG=/sbin/ifconfig ; fi if [ -z "$ROUTE" ] ; then ROUTE=/sbin/route ; fi if [ -z "$JAVA" ] ; then JAVA=java ; fi -if [ "$1" = "new" ] ; then +if [ "$1" = "domain" -a "$2" = "new" ] ; then if [ ! -x "$IFCONFIG" ]; then echo Could not find executable $IFCONFIG exit 1 -- 2.30.2